setIsPowerSaving


Description: Will sleep everything as much as possible, for the tracker and sensor role this will also include the lora radio.
Don't use this setting if you want to use your device with the phone apps or are using a device without a user button.
Technical Details: Works for ESP32 devices and NRF52 devices in the Sensor or Tracker roles
bool is_power_saving = 1;

Return

This builder for chaining.

Parameters

value

The isPowerSaving to set.